google.golang.org/protobuf/internal/impl.pointer.Uint32Slice (method)

13 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L1553: 	s := *p.Uint32Slice()
		codec_gen.go#L1562: 	s := *p.Uint32Slice()
		codec_gen.go#L1572: 	sp := p.Uint32Slice()
		codec_gen.go#L1641: 	s := *p.Uint32Slice()
		codec_gen.go#L1654: 	s := *p.Uint32Slice()
		codec_gen.go#L3512: 	s := *p.Uint32Slice()
		codec_gen.go#L3519: 	s := *p.Uint32Slice()
		codec_gen.go#L3529: 	sp := p.Uint32Slice()
		codec_gen.go#L3573: 	s := *p.Uint32Slice()
		codec_gen.go#L3583: 	s := *p.Uint32Slice()
		merge_gen.go#L81: 	ds := dst.Uint32Slice()
		merge_gen.go#L82: 	ss := src.Uint32Slice()
		pointer_unsafe.go#L98: func (p pointer) Uint32Slice() *[]uint32                { return (*[]uint32)(p.p) }